Login     Sign up
change the privacy
Max Hartl (@hartlmax)
Join date: Nov 4th 2010
Community posts: 7
View Profile
Send Message

How can I set the privacy so that only see members the profile information, but not the guest?

163 months ago
Eino (@eino)
Join date: Oct 15th 2010
Community posts: 56
View Profile
Send Message

Hello. To my knowledge, this was still possible prior to version 4.0 when this configuration the admin panel was decommissioned.

163 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

in u.module.php

function u

add this line

[code]
need_login();
[/code]

163 months ago
meirhasin (@highpulse)
Join date: Jan 8th 2011
Community posts: 16
View Profile
Send Message

great! but there is option to do the same thing to the photo module? i mean just member users can view other members picture?

163 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

in phpMyAdmin, jcow_menu. search for the row with name Photos and type community. Set protected to 1 and go to your admin panel --> userpermissions. uncheck guest, check general member

163 months ago
meirhasin (@highpulse)
Join date: Jan 8th 2011
Community posts: 16
View Profile
Send Message

i could do this in the free version or just the pro? becouse i didnt find this things.

thank you

163 months ago
Max Hartl (@hartlmax)
Join date: Nov 4th 2010
Community posts: 7
View Profile
Send Message

Great it work perfekt. I add it in the photo, video and many other scripts that i wanted.

163 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

phpmyadmin you find in your cpanel. It manages your database.

163 months ago
meirhasin (@highpulse)
Join date: Jan 8th 2011
Community posts: 16
View Profile
Send Message

i know what is phpmyadmin, but i didnt find the first option in jcow.

163 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

in phpMyAdmin
[code]
update jcow_menu set protected = 1 where name='Photos' and type='community'
[/code]

then go to [url]http://yoururl/index.php?p=admin/permissions[/url]

163 months ago
meirhasin (@highpulse)
Join date: Jan 8th 2011
Community posts: 16
View Profile
Send Message

thanks i success!

163 months ago
Tim (@timothy)
Join date: Mar 17th 2011
Community posts: 31
View Profile
Send Message

I would like a situation where during signup the new members are able to tag their avater or image from a drop down list, just like the location list. The tags on the image will appear below the image where ever the image appears, even on the home scrolling page. Where do I find the file and how do I adjust the code. Tks

159 months ago